VoiceGuide IVR Software Main Page
Jump to content

Script Optimization

Recommended Posts

Hi there, i have 2 questions ...

1.) I have paths in my script on {1} goto A, on {2} goto B

what can can I do so that if someone enters some invalid entry it will goto C

 

2.) Can you give me some hints/tips to optimize a script ?

Share this post


Link to post

Just specify the other paths - there aren't that many of them...

ie:

 

on {3} goto C

on {4} goto C

on {5} goto C

on {6} goto C

on {7} goto C

on {8} goto C

on {9} goto C

on {0} goto C

on {*} goto C

on {#} goto C

 

Can you give me some hints/tips to optimize a script ?

What script? Please tell us more about what you are trying to do.

Share this post


Link to post

cool thanks, i have that.

Hmm well its a big script about 300 modules, just needed general tips (the script currently working fine) just thought in the long run to keep the script functioning correctly (so once its running i can forget about it) is there anything i can do to keep the script in good condition.

Share this post


Link to post

The best advice is to create the script in a way that is easy for you understand and manage...

 

300 modules is a pretty big script - you may what to split it up into smaller subscripts - but there is no real performance/speed etc benefits of doing this.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×